{{-- @extends('backend.layouts.app') @section('content') @section('page-css') @endsection
{{ translate('Unit Information') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('script') @endsection @section('modal') @endsection --}}
@csrf