@extends('layouts.popup.large')
@section('title', $list->name . ": " . trans('messages.manage_list_fields') )
@section('head')
@endsection
@section('page_header')
@include("lists._header")
@endsection
@section('content')
@include('fields._form')
@endsection