@extends('master') @section('title') {{$title}} @endsection @section('content')
Status: {{ $data->status == 1 ? 'Active' : 'Inactive'}}