@extends('layouts.developerapp') @section('title') {{__('lng.Developer')}} - {{__('lng.Dashboard')}} @endsection @section('active_dashboard','active') @section('content')

{{__('lng.Dashboard')}}

{{ __('lng.Package') }}

{{ __('lng.Index') }}

{{ __('lng.Master') }}

{{ __('lng.Index') }}

{{ __('lng.Master') }}
@foreach (App\Models\Master::get() as $Master) @php $RegisterDate = date("d F Y",strtotime($Master->register_date));@endphp
{{ __('lng.CompanyName') }}

{{$Master->company_name}}

{{ __('lng.Category') }}

{{$Master->category}}

{{ __('lng.RegisterDate') }}

{{$RegisterDate}}

@endforeach
@endsection