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