@extends('inventory.layout') @section('title', 'Media Type') @section('content') @push('head') @endpush
@include('include.message')
{{($mediatype->currentpage()-1)*$mediatype->perpage()+1}} to {{$mediatype->currentpage()*$mediatype->perpage()}} of {{$mediatype->total()}} entries
@foreach($mediatype as $index=>$media) @endforeach
{{ __('Title')}} {{ __('Action')}}
{{ isset($media->name) ? $media->name :'' }}      

@push('script') @endpush @endsection