@extends('layouts.app') @section('content')

{{ label('Shifts List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('title') }} {{ label('alias') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }}
{{ $item->alias }}
change alias
@endsection @push('css') @endpush @push('js') @endpush