@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('company.index'))
Back
@endPermissionsCan @PermissionsCan(groupPermissionName('company.update'))
Save
@endPermissionsCan @endsection @section('content') @php $company = $response['company']; $company_logo = $response['company_logo']; @endphp
Logo
Favicon
Choose File
@if(!empty($company->fav_icon))
Click Here...
@endif
Company Name
*
Company Short Name
*
Mobile No
*
Phone No
*
Company GST No
Country
@if($company->country)
{{$company->country->name}}
@endif
State
@if($company->state)
{{$company->state->name}}
@endif
Cities
@if($company->city)
{{$company->city->name}}
@endif
Company Email Id
*
Company Contact Person Name
*
Company Pan Card No
*
Account Holder's Name
*
Bank Name
*
A/C No.
*
Branch & IFC Code
*
Company Address
*
{{ $company->address }}
@endsection @section('scripts') @endsection