@extends('admin.layout') @section('custom-style') @endsection @section('content') Highlights Highlights Create Create Highlights @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif {{csrf_field()}} Select Video* None @if($videos) @foreach($videos as $video) id == old('video_id')) selected @endif>{{$video->title." - ".$video->sub_title}} @endforeach @endif Mobile Background Image(Portrait - 1250 * 1333 MX - 2MB)* Mobile Background Preview Desktop Background Image(Landscape - 1280 * 720 MX - 2MB)* Desktop Thumbnail Preview @endsection @section('custom-scripts') @endsection