@extends('Backend.dashboard') @section('title') Pricing @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@foreach($pricing as $package) @endforeach
Packages Actions
{{ $package->title }}
Edit Package Infos
Add & Edit Package Features
Delete Package
@csrf
@endsection