@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Working Days Edit Working Days

All Working Days Info

Add New Working Days
@include('dashboard.layouts.messages') {{----}} {{----}} @if($working_days) @foreach($working_days as $working) {{----}} @endforeach @else @endif
id Branch Working Time Closing Days working Hourssat sun mon tus wed thu fricreated by Created at Updated at Actions
id Branch Working Time Closing Days working Hourssat sun mon tus wed thu fricreated by Created at Updated at Actions
{{$working->id}} {{$working->branch->branch_en->name}} {{$working->working_days_en->working_time}} {{$working->working_days_en->closing_days}} {{$working->working_days_en->working_hrs}}{{$working->working_days_en->sat}} {{$working->working_days_en->sun}} {{$working->working_days_en->mon}} {{$working->working_days_en->tus}} {{$working->working_days_en->wed}} {{$working->working_days_en->thu}} {{$working->working_days_en->fri}}{{$working->created_by_user->user_en->fname." ".$working->created_by_user->user_en->lname." "}} {{$working->created_at}} {{$working->updated_at}} {{-- --}} {{--{{$feature->id}}--}}
@if($working_days) @foreach($working_days as $working) @endforeach @else @endif
@endsection