@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{ csrf_field() }}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{--
{{ $errors->first('address') }}
{{ $errors->first('gender') }}
--}}
{{ $errors->first('country') }}
{{ $errors->first('mobile') }}



{{ $errors->first('profile_picture') }}
@endsection