@extends('layouts.master') @section('title') Main home header EN @endsection @section('page-title') Main home header EN @endsection @section('style') @endsection @section('body') @endsection @section('content')
@csrf
Main Hero Text Status Action
Live
@csrf
Sub Hero Text Status Action
Live
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
Image Status Action
Hero Image Live


@endsection @section('scripts') {{-- Jquery --}} @endsection