{!! csrf_field() !!}

{{trans('admin_default.stylist_add')}}

    @foreach($service_list as $value)
  • {{$value->name}}
  • @endforeach
    @if(isset($stylist_all)) @foreach( $stylist_all as $key => $value )
  • {{$value->fullname}}
  • @endforeach @endif
{!! \Helper::getUploadHelpBlock($file_input['width'], $file_input['height'], array('jpg', 'jpeg', 'png')) !!}
{!! csrf_field() !!}

{{trans('admin_default.stylist_edit')}}

    @foreach($service_list as $value)
  • {{$value->category_name}}
  • @endforeach
    @if(isset($stylist_all)) @foreach( $stylist_all as $key => $value )
  • {{$value->fullname}}
  • @endforeach @endif
{!! \Helper::getUploadHelpBlock($file_input['width'], $file_input['height'], array('jpg', 'jpeg', 'png')) !!}