@extends('layouts.admin') @push('styles') @endpush @section('main-content')

{{ __('Ubah Maklumat Plan') }}

@include('plan.form', ['type' => 'EDIT', 'route' => route('plan.update', $model->id) ]) @endsection