@extends('layouts.master') @section('content')
@include('pages.user.components.cards')
@include('pages.user.components.filter') {{-- view type --}}
@include('pages.user.components.list')
@include('pages.user.components.grid')
@include('pages.user.components.add_modal')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection