@extends('layouts.master')
@section('title', 'project')
@section('content')
@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