@extends('layouts.admin')
@section('title','Merchants')
@section('styles')
@endsection
@section('content')
@include('dashboard.merchants.partials.view-merchant-modal')
@include('dashboard.merchants.partials.view-loyalty-points-modal')
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush