@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Premium Premium @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Lbc Select lbc. @foreach ($lbcs as $lbc) lbc_id == $lbc->id) selected @endif>{{ $lbc->name }} @endforeach Premium Currency: Select Currency. currency == "USD $") selected @endif>USD currency == 'EURO') selected @endif>EURO Price: @endsection @section('more-scripts') @endsection