@extends('admin.layouts.master') @section('title','Plans | ') @section('body') @component('components.box',['border' => 'with-border']) @slot('header')
{{ __("Plans")}}
{{__("Create new plan")}} @endslot @slot('boxBody')
# Name Price Period Features Status Action
@endslot @endcomponent @endsection @section('custom-script') @endsection