@extends('layouts.master') @section('title',__('Create Package Feature')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{ __('Back') }}
{{__('Create Package Features')}}
{!! Form::open(['method' => 'POST', 'action' => 'PackageFeatureController@store', 'files' => true]) !!}
{!! Form::close() !!}
@endsection @section('script') @endsection