@extends('Layouts.erp_master') @section('content')
@csrf
@if(!empty($clientsData->logo)) @if(file_exists($clientsData->logo)) @endif @endif

@include('elements.button.common_button', [ 'back' => true, 'print' => [ 'action' => 'print', 'title' => 'Print', 'exClass' => 'float-right', 'jsEvent' => 'onclick= window.print()' ] ])
@endsection