@extends('master.app') @section('title', 'Business Info') @section('body')

Business Information

Edit Back
@if($data->business_logo) logo @endif
{{ $data->business_name }}
@if($data->bussiness_name_ps)
{{ $data->bussiness_name_ps }}
@endif
Invoice Template
@if($data->business_sale_invoice_template) @if(pathinfo($data->business_sale_invoice_template, PATHINFO_EXTENSION) == 'pdf') @else template @endif @else No template uploaded @endif
Phone{{ $data->business_phone }}
Email{{ $data->business_email ?? '-' }}
Address{{ $data->business_address ?? '-' }}
WhatsApp{{ $data->business_whats_app ?? '-' }}
Website{{ $data->business_website ?? '-' }}
Facebook{{ $data->business_facebook ?? '-' }}
Business Type @if($data->business_type == 1) Tread @elseif($data->business_type == 2) Production @else - @endif
Date Type @if($data->date_type == '1' || strtolower($data->date_type) == 'shamsi') Shamsi @elseif($data->date_type == '2' || strtolower($data->date_type) == 'miladi') Miladi @else - @endif
Each Report @if((int)$data->each_one_report === 1) ON @else OFF @endif
Invoice Text (EN)
{!! nl2br(e($data->invoice_text ?? '-')) !!}
Invoice Text (PS)
{!! nl2br(e($data->invoice_text_ps ?? '-')) !!}
Powered by OomClick Software Company
@endsection @section('pageJs') @endsection