@extends('backoffice.dashboard') @section('title', 'تعديل البرنامج : '.$prog_actv->titre_ar) @section('content') @if(Auth::check())
@method('PUT') @include('backoffice.prog_actv.form', ['formTitle' => 'تعديل البرنامج'])
@else @endif @endsection