@extends('admin.admin-layouts.main-layout') @section('title', $title) @section('content')
@csrf
Add Section
@if (session('error')) @endif
@if(!empty($section))
Section_Image
@endif
@endsection