@extends('layouts.master') @section('title', 'Homepage') @section('content')

{{ trans('label.app') }}

{{--
Filters
--}} {{-- search --}}
{{ trans('label.filters') }}
{{-- view type --}} @include('includes.pagination-dropdown')
{{-- GRID --}}
{{-- END GRID --}} {{-- LIST --}}
LIST VIEW
{{-- 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