@extends('layouts.app') @section('title', isset($query) ? 'Search: ' . $query . ' | ' . config('app.name') : 'Video Gallery | ' . config('app.name')) @section('extra_styles') @endsection @section('content') @isset($query)
{{ $videos->total() }} videos found
Try different keywords or browse all videos.
@elseBe the first to upload a video!
@endisset @auth Upload Video @else Login to Upload @endauth