@extends('layouts.admin') @section('content')
@csrf @method('PUT') @include('store._form')
@if ($errors->any())
@endif @endsection