@extends("LaravelVueAdmin.layouts.app") @section("contentheader_title") Departments : @endsection @section("contentheader_description", $department->$view_col) @section("section", "Departments") @section("section_url", url(config('LaravelVueAdmin.adminRoute') . '/departments')) @section("sub_section", "Edit") @section("htmlheader_title", "Department Edit : ".$department->$view_col) @section("main-content") @if (count($errors) > 0)