@extends('layouts.template') @section('content') {!! Html::style('assets/plugins/select2/select2_metro.css') !!} {!! Html::style('assets/plugins/data-tables/DT_bootstrap.css') !!}

Fixed Asset Register

@if(Session::has('flash_message'))

{{ Session::get('flash_message') }}

@endif
{!! Html::script('assets/plugins/select2/select2.min.js') !!} {!! Html::script('assets/plugins/data-tables/jquery.dataTables.min.js') !!} {!! Html::script('assets/plugins/data-tables/DT_bootstrap.js') !!} {!! Html::script('assets/scripts/table-advanced.js') !!} @endsection