@extends('admin.layouts.app') @section('title','Admin - Setting') @push('headerscript') @endpush @section('content')
@if (session()->has('error'))
{{ session()->get('error') }}
@endif @if (session()->has('success'))
{{ session()->get('success') }}
@endif

Web Setting

Bouns Setting

@csrf
{{$errors->first('refral_bouns')}}
{{$errors->first('bouns')}}

Contect Detail

@csrf
{{$errors->first('whatsapp_number')}}
{{$errors->first('phone_number')}}

@endsection @push('footerscript') {{-- --}} @endpush