@extends('layouts.master') @section('css') @endsection @section('content')
@csrf @method('PUT')

Update E-Poster

cancel

(File Size will be less then 3 MB)

@if ($eventEPoster->media)
@else
E-poster will show here
@endif
@php $coAuthors = $eventEPoster->co_author; @endphp
@if (isset($coAuthors) && count($coAuthors) > 0) @foreach ($coAuthors as $key => $cc) @php $key++; @endphp
@if ($key > 1)
@endif
@endforeach @else
@endif
@endsection @section('js') @endsection