@extends('layouts.app') @section('css') @endsection @section('page-header')
{{ $errors->first('name') }}
{{ $errors->first('job_role') }}
{{ $errors->first('email') }}
{{ $errors->first('phone_number') }}
{{ $errors->first('profile_photo') }}
{{ $errors->first('company') }}
{{ $errors->first('website') }}
{{ $errors->first('address') }}
{{ $errors->first('city') }}
{{ $errors->first('postal_code') }}
{{ $errors->first('country') }}