@extends('layouts.app') @section('extra_css') @endsection @section("breadcrumb")
  • @lang('fleet.customers')
  • @endsection @section('content')

    @lang('fleet.manage_customers')

    @lang('fleet.add_new')
    @foreach($data as $row) @endforeach
    @lang('fleet.name') @lang('fleet.email') @lang('fleet.phone') @lang('fleet.address') @lang('fleet.action')
    {{$row->name}} {{$row->email}} {{$row->getMeta('mobno')}} {{$row->getMeta('address')}} {!! Form::open(['url' => 'customers/'.$row->id,'method'=>'DELETE','class'=>'form-horizontal','name'=>'form_'.$row->id]) !!} {!! Form::hidden("id",$row->id) !!} {!! Form::close() !!}