@extends("layouts.admin.app") @section("page-title") Dashboard @endSection @section("page-nav-title")

Dashboard

@endsection @section("content")

{{__('Edit app Setting')}}

@csrf @method('PUT')
@error('Terms_And_Conditions') {{ $message }} @enderror
@endsection @section("scripts") @endsection