{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')
@if (session('status')) {{-- Success Alert --}} @endif

Collection List
View Collection lists

@foreach ($collections as $index => $collection) @endforeach
Sl Collection ID Collection Date Outlet Name Amount Created by Actions
{{$index+1}} {{$collection->RefNo}} {{$collection->InvoiceDate}} {{$collection->Outlet}} {{$collection->Amount}} {{$collection->CreatedBy}} Id)}}" class="btn btn-sm btn-default btn-text-primary btn-hover-primary btn-icon mr-2" title="Edit invoice">
@endsection {{-- Scripts Section --}} @section('scripts') @endsection