mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-22 14:04:21 +00:00
10 lines
445 B
PHP
10 lines
445 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<div class="row m-b-20" v-if="$store.getters.isAdmin">
|
|
<div class="col"></div>
|
|
<div class="col-auto">
|
|
<a :href="route('orders.refresh')"><div class="btn btn-sm btn-warning all-caps b-rad-none pointer"><i class="fa fa-refresh m-r-10"></i>Refresh Orders</div></a>
|
|
</div>
|
|
</div>
|
|
<order-section-component></order-section-component>
|
|
@endsection |