@extends('layouts.master') @section('title', 'Collection') @section('page-header') Collection Lists @stop @push('style') @endpush @section('content')
@include('partials._alert_message')

@yield('page-header')

No Records Founds Yet!

@endsection @section('js') @endsection