@extends('layouts.master')
@section('title', 'Homepage')
@section('content')
{{-- GRID --}}
{{-- END GRID --}}
{{-- LIST --}}
{{-- END LIST --}}
@include('includes.pagination')
@endsection
@section('script-footer')
@if ($errors->any())
@endif
@if (session('error'))
@endif
@if (session('success'))
@endif
@if (session('status'))
@endif
@endsection