@extends('admin.include.main') @section('content')
@foreach($data as $d) @endforeach
{{$d->name}} {{$d->details}} {{-- --}}
@endsection