@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) @else @endif {{ $employers->rep_full_name }} {{ $employers->company_name }} {{ csrf_field() }} Name @if($errors->has('rep_full_name')) {{ $errors->first('rep_full_name') }} @endif E-mail @if($errors->has('email')) {{ $errors->first('email') }} @endif Address {{ $employers->address }} @if($errors->has('address')) {{ $errors->first('address') }} @endif Company Name @if($errors->has('company_name')) {{ $errors->first('company_name') }} @endif Company Logo @if($errors->has('photo')) {{ $errors->first('photo') }} @endif Phone @if($errors->has('phone')) {{ $errors->first('phone') }} @endif Status status === '1' ? 'selected' : '' }} value="1">Active status === '0' ? 'selected' : '' }} value="0">Deactive Business Type source == 'B' ? 'selected' : '' }} value="B">B2B source == 'C' ? 'selected' : '' }} value="C">B2C Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('rep_full_name') }}
{{ $errors->first('email') }}
{{ $errors->first('address') }}
{{ $errors->first('company_name') }}
{{ $errors->first('photo') }}
{{ $errors->first('phone') }}