@extends('layouts.admin-layout') @section('title', 'Home Page') @section('content')
@csrf

Home Page Section

Home Image Preview
@endsection @section('script') @endsection