@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Edit Plan') @section('content')
Edit Plan
@csrf @method('PUT')
*
*
recommand || old('recommand', 0) === 1 ? 'checked' : 'unchecked' }}>
large || old('large', 0) === 1 ? 'checked' : 'unchecked' }}>
@endsection @section('scripts') {!! JsValidator::formRequest('App\Http\Requests\UpdatePlan', '#edit-form') !!} @endsection