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

Crear Tienda

@csrf @include('store._form')
@if ($errors->any())
@endif @endsection