@extends('layouts.master') @section('page_title', 'Edit Customer') @section('title', 'Customers Details') @section('main_item', 'Customer') @section('sub_item', 'Edit Customer') @section('content')

Edit Customer

@csrf @method("PATCH")
+94
@endsection @section('scripts') @endsection