@extends('staff::layouts.default') @section('title', 'Overview') @section('content')
Overview
@foreach($data as $k => $v) @endforeach
Name Description Status Created Date Actions
{{ $v->name }} {{ $v->description }} {{ $v->status ? 'Active' : 'Inactive' }} {{ $v->created_at->format('d-M-Y') }}
@endsection @section('script') @endsection