@extends('admin::layouts.master') @section('pagetitle','Manage Employers') @section('content')
@if($employer->company_logo != NULL && $employer->company_logo != '')
image
@else
{{ substr($employer->first_name, 0, 1).substr($employer->last_name, 0, 1) }}
@endif {{ $employer->first_name.' '.$employer->last_name}}
{{ $employer->company_name }}
Applied Candidates
@if(isset($candidate)){{ $candidate->total }}@else 0 @endif
Total
@if(isset($candidate)){{ $candidate->new }}@else 0 @endif
New
@if(isset($candidate)){{ $candidate->progress }}@else 0 @endif
In-Pro
@if(isset($candidate)){{ $candidate->completed }}@else 0 @endif
Done
Edit
Employer ID
#{{ $employer->id }}
Email
Phone Number
Current Package
Company Name
{{ $employer->company_name}}
Website
{{ $employer->website}}
Address
{{ $employer->address.','.$employer->city.','.$employer->zip}}
Last Login
{{ $employer->last_login}}
Name Email Position Status Created At
Package Amount Transaction Id Payment Status Date
@endsection @section('scripts') @endsection