@extends('layouts.master') @section('css') @endsection @section('title') عرض البرنامج @stop @section('page-header') @endsection @section('content')
{{--

@php $images = explode(',', $program->images); @endphp @foreach ($images as $image) @endforeach
--}}


@endsection @section('js') @endsection