@extends('employer.layouts.app') @section('content')
{{ __('Edit Profile') }}
@csrf
{{ $errors->first('name') }}
{{ $errors->first('company_name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('company_phone') }}
{{ $errors->first('address') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('country') }}
{{ $errors->first('tin') }}
{{ $errors->first('website') }}
{{ $errors->first('about') }}
{{ $errors->first('facebook') }}
{{ $errors->first('instagram') }}
{{ $errors->first('linkedin') }}
{{ $errors->first('image') }}
@csrf
Change Password
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
@endsection @push('custom_css') @endpush