@extends('admin.master') @section('content')

{{ Session::get('massage') }}

Add New @foreach ($data as $item) @php $albumes_name = DB::table('albumes') ->where('id', '=', $item->albume_type) ->first(); @endphp @if ($albumes_name) @else @endif @endforeach
SN Albume Title Image Action
{{ $loop->iteration }}{{ $albumes_name->title }}Albumes Not Found{{ $item->title }} @if ($item->image) img @endif
@csrf @method('DELETE')
@endsection