@extends('layouts.back-end.body') @section('content')

{{ __('message.users') }} {!! $title !!}

@csrf @if (isset($user)) @endif
@endsection