@extends('layouts.master') @section('title') {{ __('General Settings') }} @endsection @section('main_content')

{{ __('General Settings') }}

@csrf @method('put')
@can('settings-update')
@endcan
@endsection