@extends('admin.layouts.masterlayout') @section('title') Add Post @endsection @section('Css') @endsection @section('head_title') Post Management @endsection @section('content')

Add Post

Post List / Add Post

@csrf

Media

Upload Photos

{{-- Upload note --}}

📌 Note: You can upload a maximum of 🖼️ {{ dataLimit('media_count') }} media files (images or videos). Each file must not exceed {{ number_format(dataLimit('media_file_size') / 1024, 0) }}MB in size. 🎥

Other Details

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cancel {{-- if click this then take value with status="publish" --}} {{-- if click this then take value with status="draft" --}}
@endsection @section('script') @endsection