@extends('layout') @section('title') {{ __('user.My Company') }} @endsection @section('meta') @endsection @section('frontend-content')
@include('user.sidebar')

@if($user->is_agency == 0 || $user->is_agency == 2){{ __('user.Apply for agency') }} @elseif($user->is_agency == 1) {{ __('user.My Company') }} @endif @if($user->is_agency == 2) ({{ __('user.You Already Applied For Agency') }}) @endif

@if ($user->is_agency == 0)
thumb

{{ __('user.Add Company') }}

@else
thumb
@if(!$user->is_agency == 2)

{{ __('user.Add Company') }}

@endif
@endif
@endsection