@extends('admin.layouts.admin', ['title' => 'Customer']) @section('content') @if(count($errors) > 0)
@endif @if(\Session::has('success'))

{{\Session::get('success')}}

@endif
@if(session()->has('error')) {{ session()->get('error') }} @endif
@if(\Session::has('Delete'))

{{\Session::get('Delete')}}

@endif

Master All Datas

@foreach($survelliance_master as $key => $allMasterData) @endforeach
Id Symbol Limit Action
{{$allMasterData->id}} {{$allMasterData->symbol}} {{$allMasterData->limit}}
@endsection