@extends('Backend.dashboard') @section('title') Edit Package Features @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
Edit Features of This Package : {{ $package->title }}
Back To Packages List

Add New Feature To This Package

@csrf

Edit Existants Features

@foreach($features as $feature)
@csrf
@endforeach
@endsection