@extends('admin.layouts.master') @section('contents')

{{__('Update Setting')}}

@method('PATCH') @csrf @include('admin.setting.form')
@endsection