@extends('layouts.master') @section('title','SALES | VIEW REPRESENTATIVE') @section('headasset') @include('layouts.head-asset') @stop @section('content')
@include('admin.main-header') @include('admin.sidebar')

Sales Representative > {{$user->name}}

PERSONAL DETAILS

@if(Auth::user()->role_id==1)
@endif

ZONE / REGION DETAILS

@if($srep) @foreach($srep as $sr) @endforeach @endif
Zone Zone Head Regions Region Head Action
{{$sr->zone_name}} is_zone_head?"checked":""}}> {{$sr->region_name}} is_region_head) ?"checked":""}}>
@include('admin.footer')
@stop @section('jsscript') @include('layouts.jsscript') @stop