@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Location Maintenance Location Edit Edit Location Location Code Location Name Default @if($locationrow->is_default==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif No Yes Consignment Location @if($locationrow->is_conloc==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif No Yes Customer Name Select Customer for Consignment Location @foreach($customers as $row) customer_id==$row->id)?'selected':''}}>{{$row->master_name}} @endforeach Submit Cancel @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop