insert([ [ 'id' => 1, 'lat' => '13.45', 'lng' => '11.85', 'azmayesh_type_id' => 1, 'azmayesh_type_name' => 'test', 'province_id' => 11, 'province_name' => 'test', 'request_date' => '1403-07-04', 'report_date' => '1403-07-05', 'request_number' => 0, 'employer' => 'test', 'contractor' => 'test', 'work_number' => 0, 'project_name' => 'test', 'consultant' => 'test', 'applicant' => 'test', 'created_at' => now(), 'updated_at' => now() ], [ 'id' => 2, 'lat' => '13.45', 'lng' => '11.85', 'azmayesh_type_id' => 1, 'azmayesh_type_name' => 'test', 'province_id' => 11, 'province_name' => 'test', 'request_date' => '1403-07-04', 'report_date' => '1403-07-05', 'request_number' => '0', 'employer' => 'test', 'contractor' => 'test', 'work_number' => '0', 'project_name' => 'test', 'consultant' => 'test', 'applicant' => 'test', 'created_at' => now(), 'updated_at' => now() ], ]); } }