@extends('template.app') @section('title', 'Edit Customer') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
Edit Customer
@csrf @method('PUT')
Batal
@endsection @section('js') @endsection