@extends('layouts.master') @section('css') @endsection @section('content.header.title') {{$setting->title}} @endsection @section('title') Edit {{$setting->sysname}} @endsection @section('content')

{{$setting->sysname}}

{!! html_entity_decode($setting->content) !!}
@method('PUT') @csrf

Edit View

@endsection('content') @section('javascript') @endsection