@extends('admin.layouts.admin') @section('title') Admin | Event Logo List @endsection @section('styles') @endsection @section('content')

Event asso. Logos

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $eventDetails->title?$eventDetails->title:'Not found.' }}

{{ $eventDetails->getAssociateEventOrganizer->getUser->name??'Not found.' }}

{{ $eventDetails->event_ID?$eventDetails->event_ID:'Not found.' }}

{{ $eventDetails->getAssociateEventOrganizer->getUser->phone??'Not found.' }}


@if(false) Add New @endif
Sponsor & Package Details Logo Logo Link Order & Payment Details Action id
Note:: : Active and Already Associated, : Active, : Inactive
@if(Request::segment(8)) @endif
@endsection @section('scripts') @endsection