@extends('layouts.adminka_master') @section('content') @if(session()->has('message'))
x {{ session()->get('message') }}
@endif @if(session()->has('error'))
x {{ session()->get('error') }}
@endif

Добавить администратора

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Загрузить…
@if(!isset($request['avatar_path'])) @endif
@endsection