@extends('layouts.app',['title' => 'Edit Toko']) @section('content')

Edit Toko

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