@extends('inventory.layout') @section('title', 'Model') @section('content') @push('head') @endpush
@include('include.message')
@foreach($models as $model) @endforeach
{{ __('Model')}} {{ __('Action')}}
{{isset($model->name) ? $model->name:''}}      

@push('script') @endpush @endsection