@extends('Dashboard.layouts.master') @section('title', 'Plans | Update') @section('css') @endsection @section('content')
@csrf @method('PUT')
@endsection @section('scripts') @endsection