@extends('inventory.layout') @section('title', 'Media Type') @section('content') @push('head')
@endpush
Media Type
View, delete and update media type
Media Type
@include('include.message')
{{($mediatype->currentpage()-1)*$mediatype->perpage()+1}} to {{$mediatype->currentpage()*$mediatype->perpage()}} of {{$mediatype->total()}} entries
Add Media Type
@foreach($mediatype as $index=>$media) @endforeach
{{ __('Title')}}
{{ __('Action')}}
{{ isset($media->name) ? $media->name :'' }}
{{ __('Add Media Type')}}
×
@csrf
Title
{{ __('Edit Media Type')}}
×
@csrf
Title
{{ __('Update')}}
@push('script') @endpush @endsection