@extends('backend.admin.master') @section('content')
All Partners List
Add Partner

@foreach($all_partners as $index=>$item) @endforeach
NO Name Image Action
{{$index+1}} {{$item->name}} @if($item->image) @else No image found @endif
@endsection @push('scripts') @endpush