@extends('admin.admin_master') @section('content-header', "Payments") @section('content')
@foreach ($payment as $record) @endforeach
Title Payment logo icon
{!! $loop->iteration !!} {!! $record->title !!} {!! $record->icon !!} Edit Delete
@endsection @push('script') @endpush