@extends('dashboard.parent') @section('title', __('pages.plans')) @section('page_name', __('pages.plans')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- --}} {{-- --}} @can('Create-Plan') @lang('pages.add_new_plan') @endcan
@endsection @section('js') @endsection