@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content')
Documents View

View Documents Details

Back to Documents List
@php $ext = pathinfo($docList->image, PATHINFO_EXTENSION); @endphp
Name: {{$docList->name}}
Image @php $ext = pathinfo($docList->image, PATHINFO_EXTENSION); $icons = $exten[$ext]; $color = $extenColor[$ext]; @endphp {{$docList->image}} {{-- {{$docList->name}} --}}
File Type: {{$ext}}
Description: {{$docList->description}}
@endsection