add is foreign in store method
This commit is contained in:
@@ -61,6 +61,7 @@ class AccidentReceiptController extends Controller
|
||||
$city = City::query()->where('id', '=', $request->city_id)->first();
|
||||
|
||||
$accidentData = [
|
||||
'is_foreign' => $request->is_foreign,
|
||||
'province_id' => $province->id,
|
||||
'province_fa' => $province->name_fa,
|
||||
'city_id' => $city->id,
|
||||
|
||||
Reference in New Issue
Block a user