@extends('back/layouts.app') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $fields->name.' | '.__('core.edit') }}

@lang('core.add')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @include('back.includes.breadcrumb',['routes' => [ ['slug' => route('dashboard.members.index'),'name' => __('meta.title.members')], ['name' => $fields->name.' | '.__('core.edit')]] ])
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('birthday')) {{ $errors->first('birthday') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if ($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
high_school_approved) ? 'checked' : '' }}>موافقة على الثانوية العامة
{{-- اصول الدين --}}
@stop