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

Edit Provinsi

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