@extends('layouts.master') @section('title') {{ __('Shifts') }} @endsection @section('content')

{{ __('create').' '.__('new').' '.__('shifts') }}

{{ __('list').' '.__('shifts') }}

{{__('id')}} {{__('no.')}} {{__('shift_name')}} {{__('starting_time')}} {{__('ending_time')}} {{__('status')}} {{__('created_at')}} {{__('updated_at')}} {{__('action')}}
@endsection @section('script') @endsection