@extends('layout.layout') @php $route = 'speakers'; @endphp @section('style') @endsection @section('header')

{{trans('lang.add')}}

@endsection @section('content')

{{__('lang.add')}}

@csrf @include('Admin.speakers.form')
@endsection