@extends('layouts.master') @section('css') @endsection @section('content')
@csrf

Add Image for {{ $title ?? '' }}

@if (isset($type) && $type == App\Models\ScrollerImage::TYPE_NOTICE)
@endif

(Image Size will be less then 3 MB)

Image will show here
@endsection @section('js') @endsection