@extends('company.layout.layout') @push('title') تعديل الفندق @endpush @push('breadcrumbs') @endpush @push('content') {!!Form::model($item , ['route' => ['admin.hotels.hotel.update' , $item->id] ,'class'=>' ','method' => 'PATCH','files'=>true]) !!} @include('admin.pages.hotels.form') {!!Form::close() !!} @endpush