@extends('layouts.portal') @section('page-title', __('Add Employer')) @section('sidebar') @include('admin.partials.sidebar') @endsection @section('content')
← {{ __('Back to Employers') }}
@csrf @include('admin.employers.partials.form', ['employer' => null, 'districts' => $districts])
@endsection