@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.
image dimensions(Ratio 400/243)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($pageImages as $item)
@if($item['disp_section']=='hhs')
Home Head Section
@endif @if($item['disp_section']=='hbs')
Home Body Section
@endif @if($item['disp_section']=='sbs')
Subpage Body Section
@endif
@endforeach
@endif @endsection