@include('admin.layouts.master')

Ventures

Create Venture
Ventures
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($ventures as $venture) {{-- --}} @endforeach
S.No Top Heading Title Logo Link Status Created At Actions
{{ $loop->iteration }} {{ $venture->top_heading }} {{ $venture->title }} {{ $venture->link }} {{ $venture->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($venture->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')