@extends('layouts.admin.index') @section('content')
@include('error-success')
{!! csrf_field() !!} {{-- --}}
{{ Form::select('page_slug', $data['pages'], 'S', ['class' => 'form-select', 'id' => 'page-slug']) }}
Accepted formats: gif, png, jpg. Max file size 2Mb
@endsection @section('script') @endsection