@extends('backend.layouts.master') @section('title') Manage Setting @endsection @push('styles') @endpush @section('admin-content')

Modify Information

@include('backend.layouts.partials.message')
@method('PUT') @csrf
@if(isset($edited['logo'])) Logo @endif
Update
@endsection @push('scripts') @push('scripts') @endpush