@extends('adminlte::layouts.app') @section('htmlheader_title') {{ trans('Update Admin') }} @endsection @section('contentheader_title') Update Admin @endsection @section('main-content')
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
{!! Form::open(array('url' => ('admin/store'),'method'=>'post', 'files'=>true)) !!}
{!! Form::label('Name', 'Name') !!}

{!! Form::label('email', 'Email') !!}

{!! Form::label('password', 'Password') !!}


{{ trans('') }}
{!! Form::close() !!}
@push('scripts') @endpush @include('adminlte::layouts.user.validation') @endsection