@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Exchange Rate @include('includes.messages') {{csrf_field()}} {{method_field('PUT')}} Select Currency: Select Currency. currency == 'gbp') selected @endif> (£) British Pound currency == 'usd') selected @endif> ($) US Dollar currency == 'euro') selected @endif> (€) Euro Exchage Rate Date: (£) British Pound Rate: ($) US Dollar Rate: (€) Euro Rate: @endsection @section('more-scripts') @endsection