@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Employer Edit
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('company_name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('company_phone') }}
{{ $errors->first('address') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('country') }}
{{ $errors->first('tin') }}
{{ $errors->first('website') }}
{{ $errors->first('about') }}
{{ $errors->first('facebook') }}
{{ $errors->first('instagram') }}
{{ $errors->first('linkedin') }}
@if (isset($employer->image)) {{ $employer->company_name }} @endif
{{ $errors->first('image') }}
@endsection @push('custom_js') @endpush