@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Create Plan') @section('content') Create Plan @csrf Plan Name Plan Bandwidth Recommanded Large Campus Service Area @foreach ($servicearea as $sa) {{ $sa->name }} @endforeach Content Status Public Draft Comfirm @endsection @section('scripts') {!! JsValidator::formRequest('App\Http\Requests\StorePlan', '#create-form') !!} {{-- --}} @endsection