@extends('layouts.staff.layout') @section('title') {{ $websiteLang->where('id',387)->first()->custom_text }} @endsection @section('staff-content')

{{ $websiteLang->where('id',368)->first()->custom_text }}

{{ $websiteLang->where('id',137)->first()->custom_text }}

{{ $listing->title }} {{ $websiteLang->where('id',130)->first()->custom_text }}
@foreach ($schedules as $index => $item) @endforeach
{{ $websiteLang->where('id',131)->first()->custom_text }} {{ $websiteLang->where('id',132)->first()->custom_text }} {{ $websiteLang->where('id',133)->first()->custom_text }} {{ $websiteLang->where('id',134)->first()->custom_text }} {{ $websiteLang->where('id',135)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $item->day->day }} {{ $item->start_time }} {{ $item->end_time }} @if ($item->status==1) @else @endif
@endsection