@extends('layouts.default') @section('title' ,'Setting') @section('content')
@if ($errors->any()) @endif @if(session()->has('message')) @endif

Setting

@csrf
@endsection @section('pagespecificscripts') @endsection