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

Show event logo price details

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

@if($recordDetails['is_active'] == 1) ACTIVE @else INACTIVE @endif

{{ $recordDetails['package_name']??'' }}

{{ $recordDetails['description']??'' }}

${{ $recordDetails['price']??'' }}

@endsection @section('scripts') @endsection