@extends('admin.layout.main') @section('content') @component('components.edit-data-page') @slot('heading') Edit Seat Allocation @endslot @slot('size') col-md-offset-2 col-md-8 @endslot @slot('selectedDataTitle') Seat Allocation: {{$seatAllocation->institution->full_name}} of {{$seatAllocation->degree->full_name}} @endslot @slot('url') admin/seat-allocation/update @endslot @slot('id') {{$seatAllocation->id}} @endslot @slot('formFields') @include('admin.seat-allocation.seat-allocation-form') @endslot @endcomponent @endsection @section('script') @endsection