@extends('backend.template') @section('content')

{{ label('Partners List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('title') }} {{ label('alias') }} {{ label('thumb') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }}
{{ $item->alias }}
change alias
@foreach (explode(',',$item->thumb) as $image)
{{$item->title}}
@endforeach
@endsection @push('css') @endpush @push('js') @endpush