How can i get another field value in partial balde? #2573
somnath-dev-dapl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$form->add(
Input::make()->name('lat')->label('Latitude')
);
$form->add(
Input::make()->name('lon')->label('Longitude')
);
In public function getForm(TwillModelContract $model)
And i created a dealer_map.blade.php
Beta Was this translation helpful? Give feedback.
All reactions