@extends('admin.frame_form') @if (!isset($advertise)) @section('action', '添加') @else @section('action', '编辑') @endif @section('who', '广告位') @section('enctype', 'multipart/form-data') @section('form_menu')
@stop @section('form_content')({{ $advertiseType->width }} x {{ $advertiseType->height }})
@endif