@extends('admin.layouts.master') @section('content')
Shitf Type Not Exist
@if(session('success'))
{{session('success')}}
@endif
Shitf Type Not Exist
{{-- --}}
@if(!empty($shiftNotExist) && count($shiftNotExist)>0) @foreach($shiftNotExist as $key => $shiftNotExistlist) @endforeach @endif
Id Shift Type Action
{{$key+1}} {{$shiftNotExistlist->service_type}}
@endsection @section('script') @endsection