@extends('layouts.master') @section('title', __('index.project')) @section('action', __('index.lists')) @section('button') @can('create_project') @endcan @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.project.common.breadcrumb')
{{ __('index.project_filter') }}
@if(!isset(auth()->user()->branch_id))
@endif
{{ __('index.reset') }}