@extends('backend.layouts.app') @section('title', $title) @section('content') @foreach ($subscriptions as $key => $subscription) @endforeach
@csrf @method("DELETE")
{{ $title }}
Action
@endsection @section('script') @endsection