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

{{trans('lang.administration_tools_payment_method')}}

@if(isset($_GET['selected_search']) && $_GET['selected_search'] != '') @else @endif
@foreach($payments as $payment) @if ($payment->image == "") @else @endif @endforeach
{{trans('lang.payment_method_name')}} {{trans('lang.payment_method_image')}} {{trans('lang.payment_method_created')}} {{trans('lang.payment_method_modifier')}} {{trans('lang.actions')}}
{{ $payment->libelle}} not found image {{ $payment->creer}} {{ $payment->modifier}}
{{ $payments->Links('pagination.pagination') }}
@endsection @section('scripts') @endsection