@section('content') @include('offerings/head')
@if($media) @foreach($media as $row)
{{ $row->description }}
@endforeach @endif
@endsection