@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Plan Pricing @endsection @section('content')

Plan Pricing - {{ $plan->plan_name }}

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
@csrf
Days Amount Status Action
@if ($errors->has('plan_days')) {{ $errors->first('plan_days') }} @endif @if ($errors->has('amount')) {{ $errors->first('amount') }} @endif