@extends('layout.app') @section('title', __('edit_store')) @section('content')
@csrf @method('put')
@include('store.form')
@endsection