@extends('backend.amainlayout') @section('title', 'RERF-Admin') @section('maincontrol') @if (session()->has('user'))
@if (Session::has('msg'))

{{ session('msg') }}

@endif @if (count($errors) > 0)
Whoops! There were some problems with your input file.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($scrollingTexts as $item) @endforeach
Scrolling Text Active Section Delete
{!!strip_tags($item['scrolling_text'],'')!!} {{$item['active']}} {{$item['section']}} Del
@endif @endsection