@extends('layouts.master') @section('title') Solution @endsection @section('extra-css') @endsection @section('index')

Solution List

Add New
@foreach($solutions as $key=>$solution) @endforeach
Sr Category Title Description Action
{{ $key+1 }} {{ optional($solution->category)->name }} {{ $solution->title }} {!! $solution->description !!}
Detail Edit  
{{ csrf_field() }}
@endsection @section('extra-script') @endsection