@extends('layout.default') @section('title','Manage Agenda') @section('style') @endsection @section('content')

Edit Detail Agenda

@include('layout.alerts.index')
@csrf
@foreach($languages as $key_lang => $val_lang)
@include('section.agenda.create')
@endforeach
@endsection @section('script') @endsection