@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Job Master Maintenance Job Master Edit Edit Job Job Close? @if($jobmasterrow->is_close==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif No Yes Submit Cancel × Select Customer × Select Salesman × Select Vehicle @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop