@extends('layouts.app') @section('title') Price List @stop @section('breadcrumb') @stop @section('content')
@permission('edit-pricelist')   Add New Price List @endpermission

All Price Lists

@foreach ($allpricelist as $p) @endforeach
# Price List No. Project Type Action
{{ $count++ }} {{ $p->l_no }} {{ $p->projecttype ? $p->projecttype->name : 'NIL' }}    {{--
{!! method_field('delete') !!} {!! csrf_field() !!}
--}}
@stop @section('js') @stop