@extends('layouts.master') @section('page_title', 'Technical Assets') @section('content')
{{ Form::page_header("Technical Assets",null,"img/icon_business.png") }}
@include('super_admin._technical_assets_notes')
@foreach($grid_settings['data'] as $section_name => $section)
@include('shared.grids._grid_label_button', ['grid_label' => $section_name]) @include('shared.grids._grid_table', ['columns' => $grid_settings['columns'], 'data' => $section])
@endforeach
{{ Form::label_title('Additional Assets') }} @include('search._search_grid_wrapper')
{{ Form::button_ex('Add New Asset', null, 'new_asset_btn') }}
@endsection @section('page_script') @endsection @section('page_style') @endsection