@extends('layouts.app') @section('title') {{ __('Task types') }} @endsection @section('css') @endsection @section('breadcrumb')

{{ __('Task types') }}

@endsection @section('content')
@can('create_task_type') {{ __('Create') }} @endcan
{{--
--}}
# {{ __('Laboratory Name') }} {{ __('Title Of Board') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection