@extends('admin.layout') @section('content')
@csrf
{{ __('Update Information') }}
@if ($errors->has('email_address'))

{{ $errors->first('email_address') }}

@endif
@if ($errors->has('mobile_number'))

{{ $errors->first('mobile_number') }}

@endif
{{ __('Contact Information') }}
@csrf
@endsection