@extends('backpack::layout') @section('header')

{!! __('base.add_extraction') !!} {!! __('base.add_extraction') !!}.

@endsection @section('content')
{{ __('main.return_extraction') }}
{!! csrf_field() !!}

@endsection