@extends('adminlte::page') @section('title', __('global.Creation') . ' '.__('global.Uo')) {{-- @section('content_header')

@lang('global.Creation') @lang('global.Uo')

@stop --}} @section('content')

@lang('global.Create') @lang('global.Uo')

@csrf @if($errors->any())

@lang('global.Please fix the following errors')

    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@include('uos.partials._form')
@endsection