@extends('layouts.app') @extends('layouts.navbar') @section('content')
@include('profile.nav')

{{ __("Company Details") }}


@csrf
@error('company_name') {{ $message }} @enderror
{{-- @if (Auth::user()->account_status==0) --}} {{--
@error('company_img') {{ $message }} @enderror
@if($user->company_img!=NULL) {{ __('View') }} @endif --}} {{-- @endif --}}
@endsection @extends('layouts.footer')