@extends('layouts.main') @section('title') {{ __('Settings') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{-- --}} @hasrole('Super Admin') @endhasrole
@endsection