@extends('library-app.layout') @section('header') @endsection @section('content') @csrf
Product Documents @if (isset($data->id)) Edit @else Add @endif : {!! nl2br($product_name) ?? ' - '!!} [ {!! nl2br($product_catalogue_number) ?? ' - '!!} ]
@if (isset($data->id))
@endif
@if(isset($data->file_coa) && $data->file_coa != "")
download old file


@endif
Upload Remove

Remark : Upload file type (.pdf) only

@endsection @section('script') @endsection