@extends('layouts.master') @section('title', 'Working Hour') @section('content')
@csrf

{{ trans('working_hour.working_hour_add') }}

{{ trans('working_hour.working_hour_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection