@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') Documents View Setup Pump Documents View Documents Details Back to Documents List Name: {{$docList->name}} Image @php $ext = pathinfo($docList->image, PATHINFO_EXTENSION); $icons = $exten[$ext]; $color = $extenColor[$ext]; @endphp {{$docList->image}} {{-- --}} @php $ext = pathinfo($docList->image, PATHINFO_EXTENSION); @endphp File Type: {{$ext}} Description: {{$docList->description}} Edit Remove @endsection