@extends('layouts/contentLayoutMaster') @section('title', 'Edit Employer') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@if($employers->photo) users avatar @else users avatar @endif

{{ $employers->rep_full_name }}

{{ $employers->company_name }}
{{ csrf_field() }}
@if($errors->has('rep_full_name'))

{{ $errors->first('rep_full_name') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if($errors->has('address'))

{{ $errors->first('address') }}

@endif
@if($errors->has('company_name'))

{{ $errors->first('company_name') }}

@endif
@if($errors->has('photo'))

{{ $errors->first('photo') }}

@endif
@if($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection