@extends('layouts.master') @section('title',trans('dashboard.edit_admin')) @section('css') @endsection @section('page-content')

@lang('dashboard.edit_admin')

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif
{{ method_field('patch') }} {{csrf_field()}}
@endsection @section('js') @endsection