@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.settings.sliders.add-title') }} @stop @section('content')
@csrf()
@{{ errors.first('title') }}
getAllChannels() ?>
@{{ errors.first('channel_id') }}
@{{ errors.first('content') }}
@endsection