@extends('layouts.frontend.frontend_main') @section('title') @lang('frontend_lang.profile') @endsection @section('content')
@include('layouts.frontend.profile_sidebar')

@lang('frontend_lang.profile')

@lang('frontend_lang.manage_profile')

@csrf
@if($user->company_register_number)
@endif
@endsection @section('js') @endsection