@extends('layouts.app') @section('content')
@if ($message = Session::get('danger'))
{{ $message }}
@endif
@includeif('partials.errors')
Ubah Data Gerai
{{ method_field('PATCH') }} @csrf
@include('gerai.formedit')
@endsection