@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Customer']) @endsection @section('content')

{{ __('Edit Customer') }}

@csrf @method('PUT')
@endsection @push('js') @endpush