@php $userDetails =auth()->user(); $routeLink = $blade_data['routeLink'] ?? 'admin.memberships'; @endphp @extends('user.layouts.app') @section('page-title', $blade_data['title']) @section('breadcrumb') @endsection @section('content')
@csrf
@error('amount') {{ $message }} @enderror
Back
@endsection @section('javascript') @endsection {{-- //it not working on livewire-navigate @push('scripts') @endpush --}}