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

{{ __('Equipment') }}

@endsection @section('content')
@can('create_equipment') {{ __('Create') }} @endcan



# {{ __('Name') }} {{ __('Laboratory') }} {{ __('Category') }} {{ __('Equipment / Property Number') }} {{ __('Serial Number') }} {{ __('Last Calibration') }} {{ __('Next Calibration') }} {{ __('Calibration Status') }} {{ __('Last Maintenance') }} {{ __('Next Maintenance') }} {{ __('Maintenance Status') }} {{ __('Status') }} {{ __('Date Created') }} {{ __('Action') }}
@endsection @section('scripts') @endsection