@extends('admin.layout.default') @section('title', trans('admin.export.actions.edit', ['name' => $export->title])) @section('body')
{{ trans('admin.export.actions.edit', ['name' => $export->title]) }}
@include('admin.export.components.form-elements')
@endsection