@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
@csrf
{{ formElement($form->get('name')) }}

{{ formElementErrors($form->get('name')) }}

{{ formElement($form->get('last_name')) }}

{{ formElementErrors($form->get('last_name')) }}

{{ formElement($form->get('about')) }}

{{ formElementErrors($form->get('about')) }}

{{ formElement($form->get('notify')) }}

{{ formElementErrors($form->get('notify')) }}



{{ formElement($form->get('picture')) }} {{ __lang('browse') }}  |  {{ __lang('clear') }}
@endsection