@extends('back.layouts.main') @section('title' , __('back.createaShop')) @section('content')
@csrf @include('back.shops.form')
@stop @section('breadcrumbs') @stop