@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Employer Edit
@csrf @method('PUT')
{{ $errors->first('company') }}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('company_phone') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('postcode') }}
{{ $errors->first('country') }}
{{ $errors->first('tin') }}
{{ $errors->first('website') }}
{{ $errors->first('registration_certificate') }}
{{ $errors->first('tin_letter') }}
{{ $errors->first('logo') }}
@endsection @push('custom_js') @endpush