@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@include('leadership::detail.form_th') @include('leadership::detail.form_en')
@endsection('content') @section('scripts') @endsection