@extends('layouts.admin') @section('content')

Create Home Page Logo

@csrf
@if(!empty($slider->image))
Slider Image
@endif
Back
@endsection @section('script') @endsection