@extends('layouts/fullLayoutMaster') @section('title', 'Магазин '.$market->name) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
Все магазины
@include('includes/market/category', ['categorys' => $categorys])
@endsection @section('vendor-script') @endsection @section('page-script') @endsection