@extends('inventory.layout')
@section('title', 'Media Type')
@section('content')
@push('head')
@endpush
@include('include.message')
| {{ __('Title')}} |
{{ __('Action')}} |
@foreach($mediatype as $index=>$media)
|
{{ isset($media->name) ? $media->name :'' }}
|
|
@endforeach
@push('script')
@endpush
@endsection