@extends('layouts.admin') @section('styles') @endsection @section('content')
@if (Session::get('error'))
Whoops! You can upload only 4 carousel images

@endif
Carousel Image Management
@if (session('status')) @endif
    @foreach ($imageName as $indexKey => $name)
  • {{-- --}}
    @if(Auth::user()->user_type == 1 ) @endif
  • @endforeach
@if(Auth::user()->user_type == 1 ) @if ($message = Session::get('success'))
{{ $message }}
@endif
@csrf
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@endif
{{--
@if(Auth::user()->user_type == 1 )
@if ($msg = Session::get('ok'))
{{ $msg }}
@endif
@csrf
@endif
--}}
Sponsor/Supporter Logo
@foreach ($createLogoSponsor as $indexKey => $sponsor)
@if(Auth::user()->user_type == 1 ) @endif
@endforeach
@if(Auth::user()->user_type == 1 )
@if ($msg = Session::get('logoSuccess'))
{{ $msg }}
@endif
@csrf
@if ($errors->has('link')) {{ $errors->first('link') }} @endif
@if ($errors->has('logo_file')) {{ $errors->first('logo_file') }} @endif
@endif
@endsection @section('scripts') @endsection