@extends('layouts.master') @section('content')
Customer list Edit Customer

Edit Customer Back to Customer

Edit Customer Details
@if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
@csrf Back
@endsection @push('scripts') @endpush