@extends('layouts.app') @section('title') {{ __('messages.medicine.medicine_brands')}} @endsection @section('header_toolbar')

{{__('messages.medicine.medicine_brands_details')}}

@endsection @section('content')
@include('flash::message')
@include('brands.show_fields')
@endsection {{-- --}}