@extends('layouts.adminka_master') @section('content')

Редактирования администратора

@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($admins_edit['avatar_path'] != '') @else @endif
@endsection {{----}} {{----}}