@extends('admin::layouts.master')
@section('pagetitle','Dashboard')
@section('content')
{{$employers_count}}
Employers
{{$packages_count}}
Packages
{{$candidates_count}}
Candidates
{{$positions_count}}
Positions
@endsection
@section('scripts')
@endsection