@extends('layouts.admin.app') @section('content')

View Service Ticket

@if(!empty($ticketinfo->productunits->product->product_img)) @if(file_exists($ticketinfo->productunits->product->product_img)) @endif @endif @if(!empty($ticketinfo->masterproductunits->masterproduct->product_img)) @if(file_exists($ticketinfo->masterproductunits->masterproduct->product_img)) @endif @endif @if($ticketinfo->status == 1)
@csrf
@endif
@section('admin-js') @endsection @endsection