@extends("admin.admin_app") @section("content")

Chain Property List

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif @foreach($chainproperty as $i => $chainproperty) @endforeach
SNo. Chain Property Name Status Actions
{{ $i+1 }} {{ $chainproperty->chain_property }} @if($chainproperty->status=='0') @else @endif
@endsection