@extends("layouts.admin.app")
@section("page-title")
{{__("App Setting main button")}}
@endSection
@section("page-nav-title")
{{__("App Setting main button")}}
@endsection
@section("content")
@foreach($Buttons as $Button)
@endforeach
@endsection
@section("scripts")
@endsection