@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Create Plan']) @endsection @section('content')
@csrf
@endsection @push('js') @endpush