@extends('back.layouts.main') @section('title' , __('back.editShop') .' '.$model->name) @section('content')
@method('PUT')
@csrf @include('back.shops.form')
@stop @section('breadcrumbs') @stop