@extends('backend.layouts.master') @section('title') Settings - {{ $page_title }} @endsection @section('navbar-content')

{{ $page_title }}

@endsection @section('admin-content')

{{ $page_title }}

@csrf
@error('coin') {{$message}} @enderror
@error('amount') {{$message}} @enderror
@endsection @section('scripts') @endsection