@extends('admin.layouts.master-soyuz') @section('title','Plans | ') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Plans') }} @endslot @slot('menu2') {{ __("Plans") }} @endslot @slot('button')
{{ __('Add Plan') }}
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Plans') }}
# {{ __("Name") }} {{ __("Price") }} {{ __("Period") }} {{ __("Features") }} {{ __("Status") }} {{ __("Action") }}
@endsection @section('custom-script') @endsection