@extends('layouts.app') @section('title','Stream') @section('pages')
@csrf
Stream

@if ($errors->has('stream_name')) {{ $errors->first('stream_name') }} @endif
@if ($errors->has('stream_details')) {{ $errors->first('stream_details') }} @endif
Stream Images

@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@if ($errors->has('cover_image_small')) {{ $errors->first('cover_image_small') }} @endif
@if ($errors->has('cover_image_large')) {{ $errors->first('cover_image_large') }} @endif
Is Featured
Website View
@endsection