@extends('employer::layouts.masternoauth') @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
@if($package_amount!='0')
4

Payments

Make the payment to get access
@endif
@csrf @if(isset($employer)) @method('PUT') @else @endif

Account Information

Use 8 or more characters with a mix of atleast 1 capital and small letters, numbers & symbols.

Setup Location

Business Details

@if($package_amount!='0')

Billing Information

@endif
@endsection @section('scripts') @endsection