@extends("admin.layouts.app") @section("styles") @endsection @section("content")
New Customer Group
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif {{Form::open(['route'=>"admin.customer_groups.store", 'role'=>"form"])}}
{{Form::text("name",NULL,['class'=>'form-control m-input'])}}
{!! Form::close() !!}
@endsection @section("scripts") @endsection