@extends('dashboard.base') @section('content')

Edit Customer

@if ($errors->any()) @endif @if(Session::has('message')) @endif
@csrf @method('PUT')
Name
Email
Phone
Gender
Date
Address
Return
@endsection @section('javascript') @endsection