@extends('layouts.app_admin') @section('content')
@include('admin.session_message.success') @include('admin.session_message.error') @php $i = 1 @endphp @if(count($teg_line) > 0 ) @foreach($teg_line as $value) @php $i++; @endphp @endforeach @endif
S. No. Description Status Created At Action
{{ $i }} {{ ucwords($value->description) }} {{ ucfirst($value->status) }} {{ custom_date_format($value->created_at) }}
@endsection