@extends('company.layout.layout')
@push('title')
تعديل طريقة دفع
@endpush
@push('breadcrumbs')
الرئيسية
الشركة
الضرائب
@endpush
@push('content')
{!!Form::model($item , ['route' => ['company.company.paymentmethod.update' ,[$parent->id, $item->id]] ,'class'=>' ','method' => 'PATCH','files'=>true]) !!}
@include('company.pages.paymentmethod.form')
{!!Form::close() !!}
@endpush