@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
@if (auth()->user()->role = 'Admin' )
@endif
@endsection @section('scripts') @endsection