@extends('employer.layouts.master') @section('page-title'){{$page}}@endsection @section('menu'){{$menu}}@endsection @section('content')

{{ __('message.update_profile') }}

{{ __('message.profile') }}

@php $thumb = employerThumb($profile['image']); @endphp
@if(employerSession('type') == 'main')
@php $thumb = employerThumb($profile['logo'], true); @endphp
@endif
@endsection @section('page-scripts') @endsection