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

Physical Condition Show الحالة الفيزيائية

User Image

@if( auth()->user()->create_ ) Create New Physical Condition

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