@extends('layouts.master') @php $PayType = config('custom.PayType'); $states = config('custom.states'); $driverType = config('custom.driverType'); $bad_zone = config('custom.bad_zone'); asort($bad_zone); $validate = []; $activeTab1 = ''; $activeTab2 = ''; $currentTab1 = ''; $currentTab2 = ''; @endphp @if ($errors->any()) @foreach ($errors->all() as $error) @php $validate[] = $error; @endphp @endforeach @endif @if ( $errors->has('NAME')) @php $currentTab1 = 'current'; $activeTab1 = 'active'; @endphp @elseif ( $errors->has('PHONE') ) @php $currentTab2 = 'current'; $activeTab2 = 'active'; @endphp @else @php $currentTab1 = 'current'; $activeTab1 = 'active'; @endphp @endif @section('style') @endsection @section('content')

Bill Profile Edit

@csrf
@csrf

Contact

@error('NAME')

{{ $message }}

@enderror
@error('MC_NUM')

{{ $message }}

@enderror
@error('COLOR_NUM')

{{ $message }}

@enderror
@error('EMAIL')

{{ $message }}

@enderror
@error('PHONE')

{{ $message }}

@enderror
@error('PHONE2')

{{ $message }}

@enderror
@error('ADDRESS')

{{ $message }}

@enderror
@error('CITY')

{{ $message }}

@enderror
@error('PROVINCE')

{{ $message }}

@enderror
@error('ZIP')

{{ $message }}

@enderror
@error('LOGO')

{{ $message }}

@enderror
@if (!empty($billProfile->LOGO))
@if (file_exists('bill_profiles/logo/' . $billProfile->LOGO) && !empty($billProfile->LOGO)) {{ $billProfile->LOGO }} @endif
@endif

Billing

Cancel
@endsection() @section('script') @endsection