@extends('admin.layouts.master') @section('title') تعديل طرق الدفع @endsection @section('styles') @endsection @section('page_header')

تعديل طرق الدفع

@endsection @section('content')
{!! Form::model($paymentMethod, ['method' => 'PATCH', 'url' => route('admin.payment-methods.update', $paymentMethod->id),'class' => 'form-horizontal form-row-seperated', 'files'=> 'true']) !!}

@lang('messages.information') طرق الدفع

@include('admin.payment_methods._form')
{!! Form::close() !!}
@endsection @section('scripts') @endsection