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

@foreach ($stplan as $stplan)

{{$stplan->title}}


image

{!!$stplan->description!!}

@auth @endauth @endforeach
@endsection