@extends('layout.masters')
@section('content')
  
    
      
        
          
Build Properties 
        
        
            
                App Title
                {{$app->app_title}}
             
            
                Properties file
                {{$prop->prop_file_name}}
             
            
                Key-Value
                
                    
                    @foreach(@json_decode($prop['key_value'],true) as $data)
                        - {{$data['key']}} - {{$data['value']}}
 
                    @endforeach
                    
                 
             
         
        
       
     
   
 
@endsection