@extends('Company.layout.master') @section('title',"INTRO") @section('page_name',"My Intro") @push('styles') @endpush @section('content')
{{-- Alerts --}} @if(session('success')) @endif @if(session('error')) @endif
@csrf {{-- 1. Title Field --}}
@error('title')
{{ $message }}
@enderror
{{-- 2. Two Columns for Summernote Editors --}}
{{-- Company Info --}}
@error('info')
{{ $message }}
@enderror
{{-- Company Description --}}
@error('description')
{{ $message }}
@enderror
{{-- 3. Image Upload Section --}}
  • Recommended Ratio: 3:1 (e.g., 1200x400px)
  • Max Size: 2MB
  • Formats: JPG, PNG, WEBP
{{-- Visual Previewer --}}

Preview will appear here

Image Preview
@error('image')
{{ $message }}
@enderror

@endsection @push('scripts') {{-- 1. jQuery (Required for Summernote) --}} {{-- Remove this line if your master layout already includes jQuery --}} {{-- 2. Summernote JS --}} @endpush