@extends('admin.layout') @section('pagename') - {{__('Edit Profile')}} @endsection @section('content')
{{$errors->first('username')}}
{{$errors->first('email')}}
{{$errors->first('first_name')}}
{{$errors->first('last_name')}}