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

Edit Business Information

@include('general.valert')
@csrf @method('PUT')
each_one_report) ? 'checked' : '' }}>
@if($data->business_logo) Current: {{ $data->business_logo }} @endif
@if($data->business_sale_invoice_template) Current: {{ $data->business_sale_invoice_template }} @endif
Back
@endsection @section('pageJs') @endsection