@extends('layouts.admin') @section('content')
{!! Form::label('image_size', 'Image size') !!} {!! Form::select('image_size', ['' => 'Select an Image Size to Get Started', '300x250' => '300x250', '990x90' => '990x90', '728x90' => '728x90', '675x50' => '675x50'], NULL, ['id' => 'image_size', 'class' => 'form-control']) !!}
@endsection @push('scripts') @endpush