@extends('layouts.master') @section('title', 'project') @section('content')
{{ trans('label.project') }}
Filters {{ trans('label.create') }}
@include('pages.project.list') @include('includes.pagination') @include('pages.project.add_modal')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection