@extends('layouts.frontend') @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('error'))
{{ $message }}
@endif
@csrf

Personal Information

@if ($errors->has('name')) @endif
@if ($errors->has('phone_no')) @endif
@if ($errors->has('city')) @endif
@if ($errors->has('company_name')) @endif

@if ($errors->has('company_logo')) @endif
@if(!empty($user->company_logo))
@endif
@endsection @section("js_after")