@extends('admin.layout.base') @section('title', 'Add Peak Hour') @section('content')
@lang('admin.back')
@lang('admin.peakhour.add_time')
{{csrf_field()}}
@lang('admin.cancel')
@endsection @section('scripts') @endsection