@extends('layouts.app') @section('content')

{{ trans('lang.units') }}

@csrf
@include('alerts.error_messages')
{{ trans('lang.unit_create') }}
{{ trans('lang.unit_name_help') }}
{{ trans('lang.unit_description_help') }}
{{--
{{ trans("lang.ccontains_image_help") }}
--}}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection