@extends('admin.layouts.main') @section('content')

{{ trans('messages.section') }}

{!! Form::open([ 'method' => 'post', 'route' => ['section.updated'], 'files' => true, 'id' => 'edit-theoryPackage-form', ]) !!}
@foreach($proper as $p)
@endforeach
{!! Form::Close() !!}
@endsection @section('script') @endsection