@extends('layouts.app') @section('main-content')

Edit Customer

Edit Customer
Add Customer
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('patch')
@if($customer->customertype == 'B')
@endif
@endsection @section('script') @endsection