@php $layout = (isSeller() > 0) ? 'layouts.seller' : 'layouts.admin'; @endphp @extends($layout) @section('content')
{{ __('food_truck.detail') }}