@extends('layouts.app') @section('title') {{ __('messages.medicine.medicine_brands')}} @endsection @section('css') @endsection @section('content')
@include('flash::message')
@include('brands.show_fields')
@endsection @section('page_scripts') @endsection