@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

@endsection @section('breadcrumb-items') @endsection @section('content')
Settings
@csrf
@if(Session::has('message')) @endif @if($errors->any()) @endif
@if($setting['logo']) @endif
@if($setting['logo_2']) @endif
@if($setting['logo_3']) @endif
@endsection @section('script') @endsection