@extends('layouts.app') @section('content')

{{trans('lang.currency_detail')}}

Details of {{$brand->name}}

{{ $brand->name}}
@if ($brand->status=="yes") enable @else disable @endif
{{ $brand->created_at}}
{{ $brand->modifier}}
@if ($brand->status=="no") Enable Currency @else Disable Currency @endif
@endsection