@extends ('layouts.default')
@section ('content')
@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif
@include('xero.partials._header')
Keywords for exclusion on Profit and Loss Report
@foreach($clientkeywords as $keyword)
@if ($keyword['active'] == 1)
@endif
@endforeach
@include('modals._keywords_manage')
@stop