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

{{ __('Settings') }}

@csrf @method('put')
@endsection