@extends('layouts.admin') @section('content')
{{ __('Update Schedules') }}
{{ __('Update Schedule Time') }}
@include('includes.admin.form-both') {{ csrf_field() }}
@endsection @section('scripts') @endsection