@extends('layouts.app') @section('content')

Edit Pelanggan

@csrf @method('PUT') @include('pelanggan.form')
@endsection