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