@extends('admin.layout.admin_layout') @section('content')

LOGO

@include('admin.layout.message')

LOGO List

@if(!empty($logdata)) @foreach($logdata as $blog) @endforeach @endif
Sl.No. Header Logo Footer Logo Action
{{$i}}
Sl.No. Header Logo Footer Logo Action
@endsection @push('scripts') @endpush