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

{{ __('Laboratories') }}

@endsection @section('content')
@can('create_branch') {{ __('Create') }} @endcan
# {{ __('Laboratory Name') }} {{ __('Laboratory Code') }} {{ __('Phone') }} {{ __('Email') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection