@extends('admin.layout.layout') @section('title') Offerings List @endsection @section('content')

Offerings

Offerings Lists
@if(!empty($list) && $list->count()) @foreach($list as $key => $value) @endforeach @else @endif
Name Status Action
{{ $value->name }} {{ ucfirst($value->status) }} Edit
There are no data.
{{ $list->withQueryString()->links('pagination::bootstrap-5') }}
Search Filter
@endsection @section('script') @endsection