@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Ethnicity Details @endsection @section('content')

Ethnicity Details

{{$ethnicity->ethnicity_name}}

@if(!$ethnicity->is_blocked) {!! 'Blocked' !!} @else {!! 'Active' !!} @endif

{{date('d/m/Y h:i A',strtotime($ethnicity->created_on))}}

{{ ($ethnicity->updated_on!="")? date('d/m/Y h:i A',strtotime($ethnicity->updated_on)):'N/A' }}

@endsection