@extends('admins.dashboard') @section('content')
Edit Conference
{!! csrf_field() !!} @include('forms.conference.name_url_desc')
Back
@endsection