@extends("la.layouts.app") @section("contentheader_title") InstructorUser : @endsection @section("contentheader_description", $instructoruser->$view_col) @section("section", "InstructorUsers") @section("section_url", url(config('laraadmin.adminRoute') . '/instructorusers')) @section("sub_section", "Edit") @section("htmlheader_title", "InstructorUsers Edit : ".$instructoruser->$view_col) @section("main-content") @if (count($errors) > 0)