@extends("theme.$theme.layout") @section('title') @lang('Agencias') @endsection @section('scripts') @endsection @section('content')
@csrf @include('agencias.admin.form')
@endsection