@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('appointments.sections.index'), 'name' => "اقسام المقابلات"], ['link' => route('appointments.sections.edit',$section), 'name' => "نعديل معلومات قسم المقابلات : $section->section_name"]],['title'=> 'مشاهدة معلومات قسم المقابلات']];
@endphp
@section('title', 'مشاهدة معلومات قسم المقابلات')
@section('content')
@component('components.forms.formCard',['title' => sprintf('مشاهدة معلومات قسم المقابلات : %s (#%s)',$section->section_name,$section->id)])
{!! Form::model($section,['route' => ['appointments.sections.update',$section],'method'=>'PUT' , 'onsubmit' => 'showLoader()']) !!}