@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('content')
@php $logoPath = $config['logo']; $logoBase64 = file_exists($logoPath) ? 'data:image/png;base64,' . base64_encode(file_get_contents($logoPath)) : null; @endphp @if($logoBase64) Logo @else
@endif

{{ $config['name'] }}

{{ $config['description'] }}

@endsection @section('js') @parent @endsection