@extends('layouts.master') @section('title', 'project') @section('content')
@include('pages.project.components.cards')
{{-- search --}}
{{ trans('label.filters') }}
{{-- sort --}}
{{ trans('label.sort') }}
{{-- manage_columns --}}
{{ trans('label.manage_columns') }}
{{-- view type --}}
@include('pages.project.components.list')
@include('pages.project.components.grid')
@include('pages.project.components.add_modal')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection