@extends('layouts.master')
@section('title')
Solution
@endsection
@section('extra-css')
@endsection
@section('index')
| Sr |
Category |
Title |
Description |
Action |
@foreach($solutions as $key=>$solution)
| {{ $key+1 }} |
{{ optional($solution->category)->name }} |
{{ $solution->title }} |
{!! $solution->description !!} |
|
@endforeach
@endsection
@section('extra-script')
@endsection