@extends('layouts.masterHome2')
@section('content')
@if( auth()->user()->create_ )
Create Payment Methods
@else
@endif
| أسم طرق الدفع |
Actions |
@foreach( $payment_methods as $payment_method )
| {{$payment_method->name}} |
@if( auth()->user()->edit_ )
@else
@endif
@if( auth()->user()->delete_ )
@else
@endif
|
@endforeach
@endsection