mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
Merge branch 'feature/admin-home-frontend' of gitlab.com:CIEFWorldwideSdnBhd/exchange into feature/admin-home-frontend
# Conflicts: # app/Http/Controllers/BookingController.php # database/seeds/DatabaseSeeder.php # resources/assets/js/pages/admin/booking/verification.vue
This commit is contained in:
@@ -16,6 +16,10 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call(UserRoleSeeder::class);
|
||||
$this->call(RateTableSeeder::class);
|
||||
$this->call(BookTableSeeder::class);
|
||||
<<<<<<< HEAD
|
||||
$this->call(SettingCreditSeeder::class);
|
||||
=======
|
||||
$this->call(CreditTableSeeder::class);
|
||||
>>>>>>> 89f5e34aa8019e334abed3cbf861c239758682ac
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,7 +198,11 @@
|
||||
</div>
|
||||
<el-row :gutter="12">
|
||||
<el-col :span="22" style="text-align:center">
|
||||
<<<<<<< HEAD
|
||||
<img v-bind:src="booking_details.user_bankslip_path" class="image">
|
||||
=======
|
||||
<img v-bind:src="'public/storage/user_bankslip/' + booking_details.user_bankslip_path" class="image">
|
||||
>>>>>>> 89f5e34aa8019e334abed3cbf861c239758682ac
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
@@ -236,7 +240,11 @@
|
||||
amount: null,
|
||||
bia: null,
|
||||
user_bankslip_path: null,
|
||||
<<<<<<< HEAD
|
||||
}
|
||||
=======
|
||||
},
|
||||
>>>>>>> 89f5e34aa8019e334abed3cbf861c239758682ac
|
||||
}
|
||||
},
|
||||
beforeCreate () {
|
||||
|
||||
Reference in New Issue
Block a user