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

All Sponsor logo orders

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(false) @endif
Sponsor & package Selected Events Uploaded Logo Order & payment Payment Price id
Note:: : Active and Already Associated, : Active, : Inactive
@endsection @section('scripts') @endsection