@extends('admin.layouts.admin', ['title' => 'Customer'])
@section('content')
@if(count($errors) > 0)
@foreach($errors->all() as $error)
- {{$error}}
@endforeach
@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
Id |
Symbol |
Limit |
Action |
@foreach($survelliance_master as $key => $allMasterData)
{{$allMasterData->id}} |
{{$allMasterData->symbol}} |
{{$allMasterData->limit}} |
|
@endforeach
@endsection