@extends('layouts.app') @section('title', 'Plant Shifts') @section('content')
Plant Shifts
@can('masters-organization-plant-shifts.create') @endcan
Code Name Time Status Created
New Shift
@csrf
Please select a plant
Please enter code
Please enter name
Please select start time
Please select end time
Please select status
@endsection @push('styles') @endpush @push('scripts') @endpush