@php use App\Constants\Constant; use App\Http\Helpers\Uploader; @endphp @extends('user-front.layout') @section('tab-title') {{ $keywords['Purchase_History'] ?? __('Purchase History') }} @endsection @section('page-name') {{ $keywords['Purchase_History'] ?? __('Purchase History') }} @endsection @section('br-name') {{ $keywords['Purchase_History'] ?? __('Purchase History') }} @endsection @section('content')
@endsection @section('scripts') @endsection