@extends('layouts.app') @section('title') {{ __('Units') }} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')
@can('create_units') {{ __('Create') }} @endcan
{{--
--}}
# {{ __('Unit Name') }} {{ __('Symbol') }} {{ __('Action') }}
@endsection @section('scripts') @endsection