@extends('admin/layouts.master') @section('title', 'All Pages - Admin') @section('body')
@include('admin.message')

Flash Advertisment On Homepage

+ {{ __('Create Add') }}
@php $i=0; @endphp @foreach($demovideo as $key=>$p) @endforeach
# {{ __('Image') }} {{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Delete') }}
@php echo ++$i @endphp
{{ csrf_field() }} {{method_field('PATCH')}}
@endsection