@extends('inventory.layout') @section('title', 'Media Library') @section('content') @push('head') @endpush
{{($packs->currentpage()-1)*$packs->perpage()+1}} to {{$packs->currentpage()*$packs->perpage()}} of {{$packs->total()}} entries  Add Media Library
@foreach($packs as $pack) @endforeach
{{ __('Title')}} {{ __('Document Type')}} {{ __('Media Type')}} {{ __('Status')}} {{ __('Action')}}
{{ isset($pack->title) ? $pack->title :'' }} {{ isset($pack->documentdetail->name) ? $pack->documentdetail->name :'' }} {{ isset($pack->mediadetail->name) ? $pack->mediadetail->name :'' }}            

@push('script') @endpush @endsection