@extends("layouts.admin.app") @section("page-title") Dashboard @endSection @section("page-nav-title")
Dashboard
{{__("Admins")}}
index
@endsection @section("content")
{{__('Edit app Setting')}}
@csrf @method('PUT')
Terms_And_Conditions
{{$Terms_And_Conditions}}
@error('Terms_And_Conditions')
{{ $message }}
@enderror
{{__("Promo code activation")}}
@if($contest==1){{__("Active")}}@else{{__("Inactive")}}@endif
@if($contest==1){{__("Inactive")}}@else{{__("Active")}}@endif
@endsection @section("scripts") @endsection