@extends('layouts.master')
@section('page_title', 'Edit Mosaic Categories')
@section('content')
{!! Form::open(['url' => action('MosaicController@post_business_mosaic_category', compact('business'))]) !!}
{{ Form::page_header("Edit Mosaic Categories", "paper_stack") }}
@include('search._search_grid_table')
{{ Form::button_save() }}
{{ Form::button_link('Cancel', action('MosaicController@mosaic_setup', compact('business'))) }}
{!! Form::close() !!}
@endsection
@section('page_script')
@include('shared_script._check_all')
@endsection
@section('page_style')
@endsection