@extends('backend.layouts.app') @section('title') Create Subscription @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('backend.subscription.partials.form')
@endsection