@extends('admin::layouts.master')
@if(isset($employer))
@section('pagetitle','Edit Employer')
@section('pagedescription',$employer->first_name.' '.$employer->last_name)
@else
@section('pagetitle','Add New Employer')
@endif
@section('content')
1
Account Information
Setup Your Account Information
2
Setup Location
Setup Your Location
3
Company Information
Your Business Related Info
4
Packages & Expiry Settings
Setup Your Packages & Expiry
@if(isset($employer))
@endif
@endsection
@section('scripts')
@endsection