@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Edit Plan') @section('content') Edit Plan @csrf @method('PUT') Plan Name * Bandwidth * recommand || old('recommand', 0) === 1 ? 'checked' : 'unchecked' }}> Recommanded large || old('large', 0) === 1 ? 'checked' : 'unchecked' }}> Large Campus Service Area @foreach ($servicearea as $sa) servicea_id == $sa->id) selected @endif>{{ $sa->name }} @endforeach Content {{ $plan->description }} Status status == 'Public') selected @endif>Public status == 'Draft') selected @endif>Draft Comfirm @endsection @section('scripts') {!! JsValidator::formRequest('App\Http\Requests\UpdatePlan', '#edit-form') !!} @endsection