@extends('layouts.master') @section('content')

Packing Methods Show طريقة التعبئة

User Image

@if( auth()->user()->create_ ) Create New Packing Methods

@else   


@endif
@foreach( $packingmethods as $packingmethod ) @endforeach
Name-الاسم Created time - وقت الانشاء Updated time - وقت التعديل Actions
{{$packingmethod->name}} {{$packingmethod->created_at}} {{$packingmethod->updated_at}} @if( auth()->user()->edit_ )        @else    @endif @if( auth()->user()->delete_ ) @else    @endif
@endsection