@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('global.specifications.title_singular') }}
@csrf
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
{{--
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
--}}
@endsection @section('scripts') @endsection