@extends('layouts.app') @section('title') {{ __('messages.medicine.medicine_brands') }} @endsection @section('css') {{-- --}} @endsection @section('content')
{{Form::hidden('brandUrl',url('brands'),['id'=>'indexBrandUrl'])}} {{ Form::hidden('medicine_brand', __('messages.medicine.medicine'). ' ' . __('messages.medicine.brand') , ['id' => 'medicineBrand']) }}
@include('flash::message')
@include('partials.page.templates.templates')
@endsection @section('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection