@extends('layouts.master') @section('title') @lang('translation.market-place') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.back-to-store') @endslot @slot('title') @lang('translation.item') @endslot @endcomponent @include('partials.session')
@endsection @section('script') @endsection