@extends('layouts.master') @section('title') Edit Customer @endsection @section('page-title') Customer @endsection @section('body') @endsection @section('content')
@csrf @method('PUT')

Edit Customer


@endsection @section('scripts') @endsection