@extends('dashboard.layouts.app') @push('page_vendor_css') @endpush @push('page_styles') @endpush @section('content') Account {{-- Information --}} @csrf @method('PUT') {{-- Eleanor Aguilar --}} Change @if ($Staff->avatar() != null) Remove @endif Name E-mail Phone Password Password Confirmation status status == 1) selected @endif>Active status == 0) selected @endif>Deactivated status == 6) selected @endif>Blocked Role Select role @foreach ($roles as $role) hasRole($role->name)) selected @endif>{{ $role->name }} @endforeach Save Changes Reset {{-- @csrf @method('PUT') Personal Information Birth date Gender gender == 1) checked @endif class="custom-control-input" /> Male gender == 0) checked @endif class="custom-control-input"/> Female Address Governorate Select governorate @foreach ($governorates as $governorate) governorate_id == $governorate->id) selected @endif>{{$governorate->name}} @endforeach Looks good! Please select your country City Select city @foreach ($cities as $city) city_id == $city->id) selected @endif>{{$city->name}} @endforeach Looks good! Please select your country Address Line Address Line 2 Save Changes Reset --}} @endsection @push('page_scripts_vendors') @endpush @push('page_scripts') @endpush