@extends('layouts.app') @section('title') {{ __('Projects') }} @endsection @section('breadcrumb')

{{ __('Projects') }}

@endsection @section('content') @isset($_GET['lrf_id']) @include('admin.projects.modals.lrf_modal') @endisset
@can('view_lrf') {{ __('Laboratory Request Forms') }} @endcan @can('create_project') {{ __('Create') }} @endcan
@if(isset($from)) @endif
@if(isset($status)) @endif
{{--
@csrf
{{ __('Import') }}
--}}
# {{ __('Project') }} {{ __('Action') }}
@include('admin.projects.modals.printing_barcode') @include('admin.projects.modals.generate_sample_summary_modal') @endsection @section('scripts') @endsection