@extends('layouts.admin') @section('ext_css') @endsection @section('content')
@if(session('success'))
Success ! {!! Session::get('success') !!}
@elseif(session('failure'))
Failed ! {{ Session::get('failure') }}
@endif

Create New Billing Configure * Required Fields

@csrf
pricing == 'flat_pricing') style="display: none;" @endif>
pricing == 'subject_pricing') style="display: none;" @endif>
pricing == 'subject_pricing') style="display: none;" @endif>
period == 1) checked @endif> period == 0) checked @endif>
status == 1) checked @endif> status == 0) checked @endif>
@endsection @section('ext_js') @endsection