@extends('layouts.app') @section('title', __('customer.update_customer')) @section('content')
{{ __('customer.details') }}
{{-- CSRF Protection --}} @csrf @method('PUT')
@endsection @section('js') @endsection