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

Home Page

Home Page Edit
@csrf
@if (Session::has('error')) @endif @if (Session::has('success')) @endif
@endsection