@extends('layouts.master') @section('title',"Edit: $p_feature->name") @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{ __('Back') }}
{{__('Create Package Menu')}}
{!! Form::model($p_feature, ['method' => 'PATCH', 'action' => ['PackageFeatureController@update', $p_feature->id]]) !!}
{!! Form::close() !!}
@endsection @section('script') @endsection