@extends('layouts.masterHome2') @section('content')
@if( auth()->user()->create_ ) Create Payment Methods

@else    @endif
@foreach( $payment_methods as $payment_method ) @endforeach
أسم طرق الدفع Actions
{{$payment_method->name}} @if( auth()->user()->edit_ )        @else    @endif @if( auth()->user()->delete_ ) @else    @endif
@endsection