@extends('template.layouts.template-base') @section('title', 'Add Blog') @section('styles') @endsection @section('content') Blog / Add Blog {{-- English English Tamil --}} @csrf Blog Category Name* Select Category @foreach($categories as $category) id ? 'selected' : '' }}> {{ $category->category_name_en }} @endforeach Blog Title* Blog Status * Active Inactive Set as Default Blog Post On Slug Name Blog Description English * {{ old('description_en') }} Blog Description Tamil {{ old('description_tamil') }} Blog Media Blog Thumbnail Image * (97px*97px) Blog Video Choose a file or drag and drop it here JPG, PNG or JPEG (Max 1 MB) Gallery Image (402px*260px) Choose a file or drag and drop it here JPG, PNG or JPEG (Max 1 MB) Choose a file or drag and drop it here JPG, PNG or JPEG (Max 1 MB) Add More Image SEO Meta Configuration Meta Title * Meta Keywords* Meta Description {{ old('meta_description') }} Cancel Add Blog @endsection @section('scripts') @endsection