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