@extends('admin.layout.master') @push('css') {{-- --}} @endpush @section('content') {{trans('admin.' .$title.'_create')}} @lang('admin.home') {{trans('admin.'.$title)}} {{trans('admin.' .$title.'_create')}} {{csrf_field()}} {{method_field('put')}} @include('admin.layout.message') @lang('admin.status') @foreach(arDate() as $key => $day) day == $key ? "selected": ""}}>{{$day}} @endforeach @if($rows->times->count() > 0) @foreach($rows->times as $time) @if($loop->first) @else @endif {{-- --}} @endforeach @else {{-- --}} @endif @endsection @push('js') @endpush